home *** CD-ROM | disk | FTP | other *** search
- global ds, gList, giNum, gtNum, gtColor
-
- on prepareFrame
- t1 = getAt(gList, "t1") & getAt(gList, "t1c1")
- t2 = getAt(gList, "t2") & getAt(gList, "t2c1")
- t3 = getAt(gList, "t3") & getAt(gList, "t3c1")
- filePath = the moviePath & "INIT"
- member("CT1-T1name").text = string(getAt(gList, "t1"))
- member("CT1-T2name").text = string(getAt(gList, "t2"))
- member("CT1-T3name").text = string(getAt(gList, "t3"))
- member("T1A").fileName = filePath & ds & t1 & "_A.jpg"
- member("T1B").fileName = filePath & ds & t1 & "_B.jpg"
- member("T1C").fileName = filePath & ds & t1 & "_C.jpg"
- member("T1D").fileName = filePath & ds & t1 & "_D.jpg"
- member("T1E").fileName = filePath & ds & t1 & "_E.jpg"
- member("T2A").fileName = filePath & ds & t2 & "_A.jpg"
- member("T2B").fileName = filePath & ds & t2 & "_B.jpg"
- member("T2C").fileName = filePath & ds & t2 & "_C.jpg"
- member("T2D").fileName = filePath & ds & t2 & "_D.jpg"
- member("T2E").fileName = filePath & ds & t2 & "_E.jpg"
- member("T3A").fileName = filePath & ds & t3 & "_A.jpg"
- member("T3B").fileName = filePath & ds & t3 & "_B.jpg"
- member("T3C").fileName = filePath & ds & t3 & "_C.jpg"
- member("T3D").fileName = filePath & ds & t3 & "_D.jpg"
- member("T3E").fileName = filePath & ds & t3 & "_E.jpg"
- end
-
- on exitFrame me
- go(the frame + 1)
- end
-